home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Financial / Stopwatch2.3 / Source / InfoPanel.h < prev    next >
Text File  |  1995-06-12  |  246b  |  20 lines

  1. /*
  2.  * Info Panel support for Stopwatch app.
  3.  *
  4.  * For legal stuff see the file COPYRIGHT
  5.  */
  6. #import <appkit/appkit.h>
  7.  
  8. @interface InfoPanel:Object
  9. {
  10.   id    panel;
  11.   id    versionField;
  12.   id    legalPanel;
  13. }
  14.  
  15. + new;
  16. - showInfo;
  17. - showLegal:sender;
  18.  
  19. @end
  20.